Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccColorantTableTagType Constructor(IccColorantTableData[])
See Also 
Leadtools.ColorConversion Namespace > IccColorantTableTagType Class > IccColorantTableTagType Constructor : IccColorantTableTagType Constructor(IccColorantTableData[])




colorantsData
IccColorantTableData structure that contains the tag's data.
Initializes a new IccColorantTableTagType with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal colorantsData() As IccColorantTableData _
)
Visual Basic (Usage)Copy Code
Dim colorantsData() As IccColorantTableData
 
Dim instance As IccColorantTableTagType(colorantsData)
C# 
public IccColorantTableTagType( 
   IccColorantTableData[] colorantsData
)
Managed Extensions for C++ 
public: IccColorantTableTagType( 
   IccColorantTableData[]* colorantsData
)
C++/CLI 
public:
IccColorantTableTagType( 
   array<IccColorantTableData>^ colorantsData
)

Parameters

colorantsData
IccColorantTableData structure that contains the tag's data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also